$!VarSet |p_no| = 1
$!VarSet |case_name| = "G|grid_no%d|R|run_no%d|P|p_no%d|"
Create a text box on your plot and include the text “&(SOLUTIONTIME.2f)” (the quotes are not necessary, but the ampersand and the parentheses are necessary) which will be replaced by the current solution time in each of the images that make up the AVI file.
<b>...</b>
<i>...</i>
<sub>...</sub>
<sup>...</sup>
<greek>...</greek>
<math>...</math>
<userdef>...</userdef>
Tecplot uses Value Blanking
to do this. Note,
Value Blanking
applies only on a specific zone. It seems
like it has no effects on derived objects, for example, ISO-surface.
Import data files and open Iso-Surfaces
with value
0.55
,
Remove the outermost iso-surfaces by Data
–>
Extract
–> Iso-Surfaces
,
A new zone will be created,
Filter the zones you want to show,
Blank
Plot
–> Blanking
–>
Value Blanking
,
Apply multiple criterion,
where X>0.2
is not shown.
If you want to do \(y^2+z^2<0.05^2\), accomplish that by
Data
–> Alter
–>
Specify Equations
:
{Blank}=IF({Y}**2+{Z}**2<0.05**2, 1, 0)